home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 25 / 025.d81 / t.variable saver < prev    next >
Text File  |  2022-08-26  |  1KB  |  73 lines

  1.  
  2.  
  3.           VARIABLE SAVER
  4.                 by
  5.             Mark Robin
  6.  
  7.  
  8.   VARIABLE SAVER is a short wedge
  9.  
  10. program which automatically saves
  11.  
  12. all BASIC variables while you edit
  13.  
  14. a program.  Restarting the program
  15.  
  16. with the RUN command will then reset
  17.  
  18. all of the variables.
  19.  
  20.  
  21.   (Restarting the program with a GOTO
  22.  
  23. command, however, will restore the
  24.  
  25. variables-- not reset them.)
  26.  
  27.  
  28.   If your program uses a great deal
  29.  
  30. of string space, you should type in:
  31.  
  32.  
  33.             PRINT FRE(0)
  34.  
  35.  
  36. before you begin to edit.  Also, if a
  37.  
  38. string appears in the form
  39.  
  40.  
  41.              A$="HELLO"
  42.  
  43.  
  44. it should be changed to the form
  45.  
  46.  
  47.             A$="HELLO"+""
  48.  
  49. to save it.
  50.  
  51.  
  52.   VARIABLE SAVER is enabled by typing
  53.  
  54. in SYS 49152 and disabled by typing in
  55.  
  56. SYS 49193.
  57.  
  58. **************************************
  59. NOTE: Due to the nature of this
  60. program, it cannot reconnect to the
  61. LOADSTAR Operating System.  To be
  62. safe, turn your computer off after
  63. running Variable Saver and reboot
  64. LOADSTAR.
  65. **************************************
  66.  
  67.  
  68. FILES REQUIRED:
  69.  
  70. VARIABLE SAVER
  71.  
  72. -----------< end of text >------------
  73.